prevent-string-stack-overflow.diff
* The string and unibyte-string functions should no longer overflow the stack.
Patch: prevent-string-stack-overflow.diff
Provided-by: Carl Worth <cworth@debian.org>
Date: Sat, 19 Jun 2010 11:12:06 -0700
Added-by: Rob Browning <rlb@defaultvalue.org>
Status: incorporated upstream
The Debian patch is taken from this upstream commit:
revno: 99634.2.173
committer: Chong Yidong <cyd@stupidchicken.com>
branch nick: emacs-23
timestamp: Tue 2010-05-18 14:01:10 -0400
message:
* character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
prevent stack overflow if number of arguments is too large
(Bug#6214).